From: Gabor Juhos Date: Thu, 27 Mar 2014 07:03:05 +0000 (+0000) Subject: packages/ruby: fix whitespaces X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=1c92547342f955880d2f0b9829dc6926be179977;p=openwrt%2Fsvn-archive%2Fpackages.git packages/ruby: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos SVN-Revision: 40071 --- diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 7b67ebefb..7f5acf374 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -42,9 +42,9 @@ define Package/ruby/Default endef define Package/ruby/Default/description - Ruby is the interpreted scripting language for quick and easy - object-oriented programming. It has many features to process text files - and to do system management tasks (as in perl). It is simple, + Ruby is the interpreted scripting language for quick and easy + object-oriented programming. It has many features to process text files + and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. endef @@ -299,7 +299,7 @@ define Package/ruby-core/install $(1)/usr/lib/ruby/$(PKG_LIBVER)/yaml \ $(1)/usr/lib/ruby/$(PKG_LIBVER)/yaml.rb \ $(1)/usr/lib/ruby/$(PKG_LIBVER)/*/syck.so \ - + find $(1) -name '*.h' | xargs rm -f endef